Platform Explorer / Nuxeo Platform 6.0

Operation Blob.CreateZip (Zip)

Description

Creates a zip file from the input file(s). If no file name is given, the first file name in the input will be used. Returns the zip file.
Operation id Blob.CreateZip
Category Files
Label Zip
Requires
Since

Parameters

Name Description Type Required Default value
filename string no  

Signature

Inputs bloblist, blob
Outputs blob, blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.blob.CreateZip
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Blob.CreateZip",
  "label" : "Zip",
  "category" : "Files",
  "requires" : null,
  "description" : "Creates a zip file from the input file(s). If no file name is given, the first file name in the input will be used. Returns the zip file.",
  "url" : "Blob.CreateZip",
  "signature" : [ "bloblist", "blob", "blob", "blob" ],
  "params" : [ {
    "name" : "filename",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}